projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b012a1
)
Tiny fix.
author
Steven Hand
<steven@xensource.com>
Wed, 13 Dec 2006 10:14:40 +0000
(10:14 +0000)
committer
Steven Hand
<steven@xensource.com>
Wed, 13 Dec 2006 10:14:40 +0000
(10:14 +0000)
Signed-off-by: Steven Hand <steven@xensource.com>
xen/arch/x86/mm/shadow/common.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/mm/shadow/common.c
b/xen/arch/x86/mm/shadow/common.c
index 89c62478e22930becc7b3e591584923cae7198bc..554fc5b9e1a186584d65ca2fa6f15c39590cfe00 100644
(file)
--- a/
xen/arch/x86/mm/shadow/common.c
+++ b/
xen/arch/x86/mm/shadow/common.c
@@
-3123,7
+3123,7
@@
static int shadow_log_dirty_op(
out:
shadow_unlock(d);
domain_unpause(d);
- return
0
;
+ return
rv
;
}